From: Richard M. Stallman Date: Thu, 31 Oct 1996 19:53:19 +0000 (+0000) Subject: Make sure `mv' supports forward slashes and -f. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82582 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9663837a53cce9df84da03a0f6f04bc8b2b30eca;p=emacs.git Make sure `mv' supports forward slashes and -f. --- diff --git a/config.bat b/config.bat index 8f8b4b6629b..dfd7505d39d 100644 --- a/config.bat +++ b/config.bat @@ -75,7 +75,7 @@ Goto End Echo Checking whether 'mv' is available... rm -f junk.1 junk.2 echo foo >junk.1 -mv junk.1 junk.2 +mv junk.1 ./junk.2 If Exist junk.2 Goto mvOk Echo To configure 'Emacs' you need to have 'mv'! rm -f junk.1